home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1993 / Internet Info CD-ROM (Walnut Creek) (1993).iso / standards / misc / modem.lexicon < prev    next >
Encoding:
Internet Message Format  |  1993-07-15  |  13.8 KB

  1. From em@dce.ie Wed Jan  2 20:42:48 1991
  2. From: em@dce.ie (Eamonn McManus)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: comp.dcom.modems lexicon
  5. Date: 2 Jan 91 18:21:27 GMT
  6. Organization: Datacode Communications Ltd, Dublin, Ireland
  7. Supersedes: <lexifymylove@dce.ie>
  8.  
  9. [Since there don't seem to have been many Frequently Asked Questions recently
  10.  I'm thinking of changing the frequency of this posting to monthly instead
  11.  of fortnightly.  Comments are welcome.]
  12.  
  13. $Id: lexicon,v 0.2 90/12/03 18:27:26 em Exp $
  14.  
  15. Comp.dcom.modems lexicon, by Eamonn McManus <em@dce.ie>.  Contributions by:
  16.   Charles Bryant <ch@dce.ie>.
  17.   Ronald S H Khoo <ronald@robobar.co.uk>
  18.   David Lesher <wb8foz@mthvax.cs.miami.edu>
  19.   Chip Rosenthal <chip@chinacat.unicom.com>
  20.  
  21. This lexicon is intended to provide a basic introduction to terms used in
  22. modem technology.  In the interests of brevity, some technical details and
  23. qualifications are omitted.  Corrections, additions, and suggestions are
  24. welcome; send them to <em@dce.ie>.
  25.  
  26. This document is not copyrighted and may be used freely.
  27.  
  28. Words in angle brackets, like <this>, denote cross-references.  The
  29. following terms are defined or discussed here:
  30.   Asynchronous, AT commands, back channel, baud, Bell standards, bps,
  31.   carrier, CCITT, compression, CTS, DCD, DCE, DSR, DTE, DTMF, DTR, error
  32.   correction, external modem, fall back, flow control, four wire, full
  33.   duplex, half duplex, Hayes, internal modem, leased line, MNP, modulation,
  34.   parallel, PEP, PTT, RTS, serial, speed buffering, spoofing, synchronous,
  35.   Trailblazer, uucp, V series, window, XMODEM, XON/XOFF, ZMODEM.
  36.  
  37. ---
  38.  
  39. Asynchronous.  Used of a <serial> connection where each byte is sent
  40.   independently.  The start and end of a byte are indicated by separate bits
  41.   so each byte takes 10 bits to transmit.  See <synchronous>.
  42.  
  43. AT commands.  See <Hayes>.  (Unrelated to the PC/AT.)
  44.  
  45. Back channel.  A slow communications channel provided in the reverse
  46.   direction to the main channel, in <V.23> for example.
  47.  
  48. Baud.  A unit of communication speed, defined as signalling elements per
  49.   second.  Not the same as bps since sometimes each signalling element 
  50.   carries several bits.  (There is no such thing as a 9600 baud modem,
  51.   for instance.)  Terminals always have baud the same as bps.
  52.  
  53. Bell standards.  <Modulation> techniques used in North America.  Bell 103
  54.   is a 300bps standard; Bell 212 is 1200bps.  Not allowed in some European
  55.   countries.  See <V series>.
  56.  
  57. Bps.  Bits per second.  See <baud>.
  58.  
  59. Carrier.  Roughly speaking, the tones a modem sends when it is not sending
  60.   data.  Data are then variations in these tones.  When the remote modem
  61.   stops emitting carrier, the local modem can assume it has hung up, unless
  62.   the local modem is now the sending party in a <half duplex> connection.
  63.  
  64. CCITT.  A French acronym for the International Telegraph and Telephone
  65.   Consultative Committee, which sets standards for telephone communication
  66.   among other things.  Their standards (or `recommendations' as they have
  67.   it) are published every so often in a set of `fascicles', whose colour
  68.   varies with the year.  The current set is the `blue books' published in
  69.   1988.  The standards are copyrighted, so they are not available
  70.   electronically.  You should be able to find them at any good
  71.   engineering library.  See <V series>.
  72.  
  73. Compression.  Reduction of the size of data by exploiting redundancy.  Many
  74.   modern modems incorporate use <MNP5> or <V.42 bis> to compress data
  75.   before they are sent over the phone line.  For this to be effective, the
  76.   modem must be fed data at a higher speed than the phone line speed.
  77.  
  78.   Compression is most useful for interactive sessions in the modem.  If you
  79.   are sending files, compressing them on the computer before sending is
  80.   usually more effective.  In this case, make sure that the modem is not
  81.   also trying to compress, because already-compressed data will become
  82.   bigger if re-compressed.
  83.  
  84.   For compression to work, it is essential that the data are sent over an
  85.   error-free link.  Otherwise the modems could get out of sync and
  86.   hopelessly garble the data.  Since common <error correction> protocols are
  87.   <synchronous>, there is usually a throughput gain there as well.
  88.  
  89.   Manufacturer claims that MNP5 provides a 2:1 reduction in size, or that
  90.   V.42 bis provides 4:1, should be taken with a grain of salt.  They are
  91.   only true for suitable data.  See <MNP5> and <V.42 bis>.
  92.  
  93. CTS.  Clear to send.  A signal from <DCE> to <DTE>.  Typically used for
  94.   <flow control>.
  95.  
  96. DCD.  Data carrier detect.  A signal from <DCE> to <DTE>, indicating that a
  97.   <carrier> tone is being heard from the remote modem.  See <DSR>.
  98.  
  99. DCE.  Data circuit-terminating equipment.  Whatever is connected to a phone
  100.   line.  Effectively, a modem.
  101.  
  102. DSR.  Data set ready.  A signal from <DCE> to <DTE>, indicating that a
  103.   connection is in progress.  For <half duplex> connections, DSR will be on
  104.   during the entire session, while <CD> will be on only when the modem is
  105.   receiving.
  106.  
  107. DTE.  Data terminal equipment.  The computer or terminal that talks to a
  108.   modem locally.
  109.  
  110. DTMF.  Dual tone multiple frequency.  The standard method for tone dialling.
  111.  
  112. DTR.  Data terminal ready.  A signal from <DTE> to <DCE>.  Sometimes used
  113.   for <flow control>, though <RTS> is more usual nowadays.  Typically,
  114.   dropping DTR will cause the modem to hang up.
  115.  
  116. Error correction.  Communication between the modems to ensure that the data
  117.   sent by one end are the same as those received by the other, even in the
  118.   presence of noise on the line.  Typically this is done by adding
  119.   checksums to the data.  If the received data don't match their checksum
  120.   the receiving modem asks for them to be sent again.
  121.  
  122.   Like <compression>, error correction is most useful for interactive use.
  123.   When sending files, it is generally best to let the computers at each end
  124.   do the correction, using a protocol like Kermit or <uucp>.  However, the
  125.   ability of <MNP4> and <V.42> to send data <synchronously> may make it
  126.   worthwhile to use them.  See also <spoofing>.
  127.  
  128. External modem.  See <internal modem>.
  129.  
  130. Fall back.  The ability of a modem to operate at a lower speed than its
  131.   maximum, used either for compatibility with a different type of modem
  132.   (e.g. <V.22 bis> can fall back to <V.22>) or to reduce the number of
  133.   errors over a link that cannot carry the fastest speed.
  134.  
  135. Flow control.  Ensuring that a unit, whether modem or computer, is not
  136.   supplied with more data than it can cope with.  The unit must have some
  137.   way to signal to the data source to stop sending.  Ideally, every unit on
  138.   the communication path should have a way to manage flow control with its
  139.   peers; otherwise if available buffer space is exceeded some data may be
  140.   lost.
  141.  
  142.   Between <DTE> and <DCE> the possibilities are <RTS>/<CTS> and <XON/XOFF>.
  143.   Between two <DCE>s <XON/XOFF> is the only possibility.  However, if a
  144.   protocol such as <MNP> is being run between the modems, this will
  145.   contain provision for flow control.  If you can guarantee that the <DTE>s
  146.   will always be able to accept data, you should not need flow control
  147.   between the <DCE>s.
  148.  
  149. Four wire.  A <leased line> with separate connections for transmitting data
  150.   in each direction.
  151.  
  152. Full duplex.  Able to send data in both directions at once.
  153.  
  154. Half duplex.  Able to send data in only one direction at a time.
  155.  
  156. Hayes.  Modem manufacturer.  The `Hayes command set' is supported by most
  157.   modern modems.  Hayes commands look like ATD1234 (dial 1234) or ATA
  158.   (answer the phone).  The commands for simple things like this are fairly
  159.   standard, but more complex things tend to be manufacturer-specific.  A
  160.   <CCITT> standard for Hayes commands is in preparation.
  161.  
  162. Internal modem.  A modem card that slots into your computer, as opposed to
  163.   an external modem, which is a separate unit.  Internal modems are usually
  164.   cheaper but they have some disadvantages.  An external modem can be used
  165.   with any computer; it will have diagnostic lights to see what is going
  166.   on; and it means the phone line is further from your PC and so less likely
  167.   to conduct lightning strikes into it.
  168.  
  169. Leased line.  A permanent point-to-point connection rented from the phone
  170.   company.
  171.  
  172. MNP.  Microcom Network Protocols.  A set of modem-to-modem protocols that
  173.   provide <error correction> and <compression>.  The commonly encountered
  174.   ones are these:
  175.  
  176.   MNP2.  <Error correction> using <asynchronous> transmission.
  177.   MNP3.  <Error correction> using <synchronous> transmission between the
  178.     modems (the <DTE> interface is still <asynchronous>).  Since each
  179.     eight-bit byte takes eight rather than ten bits to transmit there is
  180.     scope for a 20% increase in throughput.  Unfortunately the MNP3
  181.     protocol overhead is rather high so this increase is not realised.
  182.   MNP4.  Introduces `data phase optimisation', which improves on the rather
  183.     inefficient protocol design of MNP2 and MNP3.  <Synchronous> MNP4 comes
  184.     closer to achieving the 20% throughput increase mentioned above.
  185.   MNP5.  Simple data compression.  Dynamically arranges for commonly
  186.     occurring characters to be transmitted with fewer bits than rare
  187.     characters.  It takes account of changing character frequencies as it
  188.     runs.  Also encodes long runs of the same character specially.  Typically
  189.     compresses text by 35%; with 20% for MNP4 this reduces data by almost
  190.     50%.
  191.  
  192. Modulation.  Converting a data stream into sounds to be sent down a phone
  193.   line.  The opposite is demodulation.  `Modem' stands for modulator/
  194.   demodulator.
  195.  
  196. Parallel.  Sending several bits at a time, usually 8, each over a separate
  197.   wire.  Some modems have a parallel connection from <DTE> to <DCE>.
  198.  
  199. PEP.  A proprietary <modulation> technique devised by Telebit and used in
  200.   their Trailblazer modems.  It can achieve throughput of 9600bps or
  201.   better, and is reported to be more resilient than <V.32>.  However, it is
  202.   <half duplex> with a long <turnaround time>, so for file transfer it
  203.   generally has to be used with protocol <spoofing>.  Trailblazers can
  204.   spoof <uucp>, Kermit, and Z-modem, among other things.
  205.  
  206. PTT.  General term for the national organisation(s) in charge of telephone
  207.   and postal communications.
  208.  
  209. RTS.  Request to send.  A signal from <DTE> to <DCE>.  In modern modems,
  210.   this is generally used for <flow control>; when RTS is off the modem will
  211.   not send data to the terminal.
  212.  
  213. Serial.  Sending one bit at a time.  Opposite of <parallel>.
  214.  
  215. Speed buffering.  Early modems had very simple hardware which modulated
  216.   data from the terminal directly onto the phone line.  This meant that the
  217.   terminal speed and the line speed had to be the same.  Modern modems
  218.   allow them to be different (speed buffering), but unfortunately the old
  219.   assumption is wired into many communications programs, so modems also
  220.   have to provide the ability to change the terminal speed to the same as
  221.   the line speed when a connection is established.
  222.  
  223. Spoofing.  Protocol spoofing is used by Trailblazers (see <PEP>).  The
  224.   modem knows what protocol you are using to transfer files to the far end.
  225.   It pretends to be the remote computer and acknowledges the local data as
  226.   soon as it gets them.  The two Trailblazers then conspire to get the data
  227.   safely to the far end.
  228.  
  229. Synchronous.  Used of a <serial> connection where bytes are sent in a
  230.   continuous stream.  Some sort of protocol is needed to flag the case
  231.   where no bytes are available to be sent.
  232.  
  233. Trailblazer.  See <PEP>.
  234.  
  235. Turnaround time.  The time taken in a <half duplex> link to reverse the
  236.   direction of communication.
  237.  
  238. uucp.  Unix-to-Unix copy.  This is the name of a Unix command, but it is
  239.   now also used to refer to the protocols used by it to transfer files
  240.   between Unix machines.  There are a number of such protocols, and the two
  241.   machines choose between the ones supported by each.  Free implementations
  242.   also exist for VMS and MS-DOS.  The newsgroup comp.mail.uucp may be more
  243.   appropriate for discussions.
  244.  
  245. V series.  A set of standards published by the <CCITT> for `Data
  246.   Communication over the Telephone Network'.  The following standards
  247.   describe the important <modulation> techniques:
  248.  
  249.   V.21: 300bps.
  250.   V.22: 1200bps, with <fall back> to 600bps.
  251.   V.22 bis: 2400bps, with <fall back> to V.22.
  252.   V.23: 1200bps with 75bps <back channel>, with <fall back> to 600bps/75bps.
  253.   V.29: 9600bps <half duplex> or <four wire> (used by FAX) with <fall back>
  254.     to 7200bps and 4800bps.
  255.   V.32: 9600bps with <fall back> to 4800bps.
  256.   V.32 bis: 14400bps with <fall back> to 12000bps, 9600bps, 7200bps and
  257.     4800 bps.
  258.  
  259.   Other standards you may encounter:
  260.  
  261.   V.24: connection between <DCE> and <DTE>.  Effectively the same as RS232,
  262.     though V.24 only specifies the meaning of the signals, not the
  263.     connector nor the voltages used.
  264.   V.25 bis: a cryptic command language for modems.
  265.   V.42: <error correction> with <asynchronous> to <synchronous> conversion.
  266.   V.42 bis: data <compression> using a Lempel-Ziv related technique, which
  267.     detects frequently occurring character strings and replaces them with
  268.     tokens.  This is similar to Unix compress.  Typical compression for
  269.     text is 50% or better; with nearly 20% gain from <synchronous>
  270.     conversion this gives reduces transmission time by almost 60%.
  271.  
  272. Window.  Most protocols divide the data to be sent into `packets'.
  273.   To eliminate delays several packets may be sent before any one is
  274.   acknowledged.  If this is allowed by a protocol, the window is the
  275.   number of packets that can be sent before an acknowledgement is
  276.   received.
  277.  
  278. XMODEM.  A primitive file-transfer protocol.  It has the property that
  279.   files must be a multiple of 128 bytes long.  It is <half duplex> so it
  280.   performs badly on fast modems.
  281.  
  282. XON/XOFF.  A method of <flow control>.  The XOFF character (ASCII 19) is
  283.   sent to stop further characters, and XON (ASCII 17) is sent to resume
  284.   them.  This method is inferior to hardware flow control using <RTS> and
  285.   <CTS>, since it means that XON and XOFF characters cannot be freely used
  286.   in the data.
  287.  
  288. ZMODEM.  A file-transfer protocol.
  289.  
  290.